docs: cite Prodigy separately from Optax - #671
Merged
Merged
Conversation
af.MultiStartProdigy is a learning-rate-free search that runs the Prodigy update rule through optax.contrib.prodigy. Prodigy is a published method in its own right, not part of Optax's own contribution, so a user running that search owes it a citation alongside optax rather than instead of it. Add the ICML 2024 entry under the key `prodigy` and say so in the JAX section of the citations page. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
af.MultiStartProdigyruns the Prodigy update rule viaoptax.contrib.prodigy. Prodigy is a separately published method, not part of Optax's own contribution, so a user running that search owes it a citation alongsideoptaxrather than instead of it.files/citations.bib— add@inproceedings{prodigy}(Mishchenko & Defazio, ICML 2024, PMLR 235, 35779–35804), placed afteroptax.docs/general/citations.md— note it in the## JAXsection, with the bibtex block and links to the reference implementation and preprint.Cites the peer-reviewed ICML version rather than the arXiv preprint. Verified against
optax.contrib._prodigy, whose own module docstring names the paper.Docs only — no code paths touched.
🤖 Generated with Claude Code